-
1 function class
SAP.тех. функциональный класс -
2 approximation of function class
Математика: приближение класса функцийУниверсальный англо-русский словарь > approximation of function class
-
3 approximation of function class
матем.English-Russian scientific dictionary > approximation of function class
-
4 function
1) функция, действие || функционировать; действовать- essential functions - routine function - safety-related functions2) функциональное назначение; роль- circuit function - intrinsic function - metering function - primary function - robot function - planning function - service function - support function4) функциональный узел ( машины)5) матем. функциональная зависимость, функция- absolutely additive function - absolutely bounded function - absolutely continuous function - absolutely integrable function - absolutely monotone function - absolutely summable function - absolutely symmetric function - almost complex function - almost continuous function - almost convex function - almost everywhere defined function - almost everywhere finite function - almost invariant function - almost periodic function - almost recursive function - almost separably-valued function - almost separating function - almost universal function - analytically independent function - analytically representable function - approximately differentiable function - asymptotically differentiable function - asymptotically finite function - asymptotically uniformly optimal function - bounded below function - cellwise continuous function - circumferentially mean p-valent function - comparison function - complementary error function - complete analytic function - completely additive function - completely computable function - completely monotone function - completely multiplicative function - completely productive function - completely subadditive function - completely symmetrical function - completely undefined function - complex hyperbolic function - conditional risk function - countably multiplicative function - countably valued function - covariant function - cumulative distribution function - cumulative frequency function - deficiency function - double limit function - doubly periodic function - doubly recursive function - effectively computable function - effectively constant function - effectively decidable function - effectively variable function - elementarily symmetric function - entire function of maximum type - entire function of mean type - entire function of potential type - entire function of zero type - entire rational function - essentially increasing function - essentially integrable function - essentially real function - essentially smooth function - everywhere differentiable function - everywhere smooth function - expansible function - explicitly definable function - exponentially convex function - exponentially decreasing function - exponentially increasing function - exponentially multiplicative function - exponentially vanishing function - finitely mean valent function - finitely measurable function - function of appropriate behavior - function of bounded characteristic - function of bounded type - function of bounded variation - function of complex variable - function of exponential type - function of finite genus - function of finite variation - function of fractional order - function of infinite type - function of integral order - function of maximal type - function of minimal type - function of mixed variables - function of normal type - function of number theory - function of one variable - function of rapid descent - function of rapid growth - function of real variable - general universal function - geometric carrier function - implicitly definable function - incomplete dibeta function - incomplete gamma function - incomplete tribeta function - incompletely defined function - inductively defined function - inductively integrable function - infinitely divisible function - infinitely many-valued function - integral logarithmic function - inverse trigonometric function - inverted beta function - iterative function - joint correlation function - joint density function - linearly separable function - locally bounded function - locally constant function - locally holomorphic function - locally homogeneous function - locally integrable function - locally negligible function - locally regular function - locally summable function - logarithmic generating function - logarithmic integral function - logarithmically infinite function - logarithmically plurisubharmonic function - logarithmically subharmonic function - lower semicontinuous function - monotone non-decreasing function - monotone non-increasing function - multiply periodic function - multiply recursive function - negative definite function - negative infinite function - nontangentially bounded function - normalized function - normed function - nowhere continuous function - nowhere differentiable function - nowhere monotonic function - n-times differentiable function - n-tuply periodic function - numeralwise expressible function - numeralwise representable function - numerical function - numerically valued function - oblate spheroidal function - operating characteristic function - optimal policy function - parametrically definable function - partially symmetric function - piecewise constant function - piecewise continuously differentiable function - piecewise linear function - piecewise monotonic function - piecewise polynomial function - piecewise quadratic function - piecewise regular function - piecewise smooth function - pointwise approximated function - positive homogeneous function - positive infinite function - positive monotone function - positive monotonic function - positive semidefinite function - potentially calculable function - potentially recursive function - power series function - probability generating function - quadratically summable function - rapidly damped function - rapidly decreasing function - rapidly oscillatory function - recursively continuous function - recursively convergent function - recursively defined function - recursively differentiable function - recursively divergent function - recursively extensible function - relative distribution function - relative frequency function - representing function - reproducing kernel function - residual function - residue function - scalarwise integrable function - scalarwise measurable function - sectionally smooth function - simply periodic function - singly recursive function - slowly increasing function - slowly oscillating function - slowly varying function - smoothly varying function - solid spherical harmonic function - solid zonal harmonic function - steadily increasing function - stopped random function - strictly convex function - strictly decreasing function - strictly increasing function - strictly integrable function - strictly monotone function - strongly differentiable function - strongly holomorphic function - strongly integrable function - strongly measurable function - strongly plurisubharmonic function - totally additive function - totally continuous function - totally measurable function - totally multiplicative function - totally positive function - triangular function - uniformly best decision function - uniformly bounded function - uniformly definable function - uniformly differentiable function - uniformly homotopic function - uniformly integrable function - uniformly limited function - uniformly measurable function - uniformly smooth function - unit step function - unitary divisor function - upper measurable function - upper semicontinuous function - weakly analytic function - weakly continuous function - weakly differentiable function - weakly holomorphic function - weakly measurable function - weakly singular function - weighted random functiondomain of a function — область определения функции, область изменения независимой переменной
-
5 class member function
English-Russian dictionary of Information technology > class member function
-
6 class window function
English-Russian dictionary of Information technology > class window function
-
7 class method
1) в ООП - метод, который создаёт экземпляры класса; отличается от метода экземпляра класса (instance method) тем, что вызывается сообщением, посылаемым классу, а не объекту (экземпляру класса). Может изменять только переменные класса (class variable). Методом класса может быть вычисление суммы или среднего значения некоторого атрибута среди всех экземпляров класса. Типичный метод класса - new, создающий новый объект.Syn:2) в языке Java - метод, который вызывается без ссылки на конкретный объект; при этом класс рассматривается как единое целое, а не как конкретный экземпляр класса.Syn:см. тж. instance methodАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > class method
-
8 class member
Большой англо-русский и русско-английский словарь > class member
-
9 class member
C++член класса (см. class) - поле (field) или метод (member function)English-Russian dictionary of computer science and programming > class member
-
10 class function
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > class function
-
11 class method
Большой англо-русский и русско-английский словарь > class method
-
12 class method
ООПметод класса, см. member functionEnglish-Russian dictionary of computer science and programming > class method
-
13 class function
Большой англо-русский и русско-английский словарь > class function
-
14 Class instantiation uses function notation
Программирование: Создание экземпляра класса использует запись вызова функций (см. An Introduction to Python - The Python Tutorial (version 3.2) by Guido van Rossum and Fred L. Drake (2011))Универсальный англо-русский словарь > Class instantiation uses function notation
-
15 class function
Математика: функция класса -
16 class member function
Вычислительная техника: компонентная функция класса, функция-элемент класса -
17 class window function
Вычислительная техника: оконная функция класса -
18 class member function
Англо-русский словарь компьютерных и интернет терминов > class member function
-
19 class window function
Англо-русский словарь компьютерных и интернет терминов > class window function
-
20 class member function
English-Russian dictionary of terms that are used in computer games > class member function
См. также в других словарях:
Function word — Function words (or grammatical words) are words that have little lexical meaning or have ambiguous meaning, but instead serve to express grammatical relationships with other words within a sentence, or specify the attitude or mood of the speaker … Wikipedia
Class III PI 3-kinase — is a subgroup of the enzyme family, phosphoinositide 3 kinase that share a common protein domain structure, substrate specificity and method of activation. There is only one known class III PI 3 kinase, Vps34, which is also the only PI 3 kinase… … Wikipedia
Function — Func tion, n. [L. functio, fr. fungi to perform, execute, akin to Skr. bhuj to enjoy, have the use of: cf. F. fonction. Cf. {Defunct}.] 1. The act of executing or performing any duty, office, or calling; performance. In the function of his public … The Collaborative International Dictionary of English
Function overloading — or method overloading is a feature found in various programming languages such as Ada, C#, VB.NET, C++, D and Java that allows the creation of several methods with the same name which differ from each other in terms of the type of the input and… … Wikipedia
Class representative — may refer to: in law, a lead plaintiff in mathematics, A set of class representatives is a subset of X which contains exactly one element from each equivalence class (citation). See also choice function. This disam … Wikipedia
function — function, functionalism Although the use of the concepts of function and functionalism is usually associated with the work of Talcott Parsons in modern sociology, there is a long tradition of functional explanation in studying societies, and a… … Dictionary of sociology
Function (mathematics) — f(x) redirects here. For the band, see f(x) (band). Graph of example function, In mathematics, a function associates one quantity, the a … Wikipedia
Function object — A function object, also called a functor or functional, is a computer programming construct allowing an object to be invoked or called as if it were an ordinary function, usually with the same syntax.Function objects are unrelated to functors in… … Wikipedia
Class (computer science) — In object oriented programming, a class is a programming language construct that is used as a blueprint to create objects. This blueprint includes attributes and methods that the created objects all share.More technically, a class is a cohesive… … Wikipedia
Class (computer programming) — In object oriented programming, a class is a construct that is used as a blueprint to create instances of itself – referred to as class instances, class objects, instance objects or simply objects. A class defines constituent members which enable … Wikipedia
Class number formula — In number theory, the class number formula relates many important invariants of a number field to a special value of its Dedekind zeta function Contents 1 General statement of the class number formula 2 Galois extensions of the rationals 3 A … Wikipedia